home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / rnew100a.zip / RENEW.DOC < prev    next >
Text File  |  1993-01-17  |  7KB  |  145 lines

  1.  ------------------------------------------------------------------------------
  2.  -                                   RENEW                                    -
  3.  -                               VERSION 1.0a                                 -
  4.  -                                                                            -
  5.  -                            For PCBoard v14.5x                              -
  6.  -                                                                            -
  7.  -                           by  Darryl L. Pierce                             -
  8.  -                                                                            -
  9.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  10.  -                     (508) 855-9716 ■ HST Dual Standard                     -
  11.  -                                                                            -
  12.  -                           SysOp  Documentation                             -
  13.  ------------------------------------------------------------------------------
  14.  
  15.                                    OVERVIEW
  16.                                    --------
  17.  
  18. RENEW is a PCBoard utility that allows expired users to extended their sub-
  19. scriptions a specified number of days (as configured by the SysOp). RENEW
  20. uses a completely scripted configuration that allows the SysOp to completely
  21. control how the renewal process is done.
  22.  
  23.                                  INSTALLATION
  24.                                  ------------
  25.  
  26. Installation is very easy and straightforward. The following instructions are
  27. designed to help you get this door up and running in the shortest amount of
  28. time. It is assumed that you are familiar with setting up door programs for
  29. your BBS, so only examples of the configuration files and batch files will
  30. be shown:
  31.  
  32. 1)  Create a subdirectory to hold all the files for RNEWxxxx.ZIP.
  33.  
  34. 2)  Unzip RNEWxxxx.ZIP into the above subdirectory.
  35.  
  36. 3)  Create a configuration file with the filespec of your own choice. The
  37.     configuration file should follow this example:
  38.  
  39.         INTERRUPT                 ; COM Driver Type*
  40.         00000000                  ; Registration Serial Number
  41.         The Vampyre Bar! BBS      ; BBS Name
  42.         Darryl                    ; SysOp's First Name
  43.         Pierce                    ; SysOp's Last Name
  44.         365                       ; The Number Of Days To Extend The Account.
  45.         C:\RENEW\RENEW.LOG        ; The Log File Used By The Renew Door.
  46.         *{COMMAND}={DISPLAY}[,xx] ; The Script For Renew To Use**
  47.  
  48.         * - If this fails to work, try BIOS.
  49.        ** - The scripting used by The Renew Door is explained below.
  50.  
  51. 4)  Create a batch file to call Who File or edit the one supplied with
  52.     this archiver (RENEW). A sample batch file is:
  53.  
  54.         @ECHO OFF                       ;
  55.         CLS                             ;
  56.         D:                              ;
  57.         CD\DOORS\RENEW                  ; Change To The Directory For The Door
  58.         RENEW RENEW.CNF C:\PCB          ; Call RENEW With The Configuration
  59.                                         ; File And Then The Path TO PCBOARD.SYS
  60.                                         ; (These Two Parameters ARE IMPORTANT!)
  61.         C:                              ;
  62.         CD\PCB                          ;
  63.         BOARD                           ; Reload PCBoard
  64.  
  65.  
  66. That's it! Now you're already to run RENEW on your board!
  67.  
  68.                           THE BUILT IN SCRIPT LANGUAGE
  69.                           ----------------------------
  70.  
  71. Current, the Renew Door has a limited scripting language which will be enhanced
  72. in future version. The following commands are available within your
  73. configuration file:
  74.  
  75. SHOWFILE={Disk filename}        ; Displays a text file to the user.
  76.  
  77. ASKQUESTION={Text},xxx          ; Displays a question and then prompts the
  78.                                 ; user for an answer. {Text} is displayed and
  79.                                 ; then the user is given a chance to input
  80.                                 ; their response. xxx is the maximum length of
  81.                                 ; the user's response.
  82.  
  83. DISPLAY={Text}                  ; Displays text to the user.
  84.  
  85. PRESSENTER=                     ; Forces the user to press enter to continue.
  86.  
  87. You can have as many script options as your system's memory will hold. Each
  88. option is executed in order from top to bottom.
  89.  
  90.                                   LEGALITIES
  91.                                   ----------
  92.  
  93.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  94.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  95.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  96.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  97.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  98.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  99.       OR BREACH OF ANY WARRANTY.
  100.  
  101.                                  DISTRIBUTION
  102.                                  ------------
  103.  
  104. This package may be made available on your BBS or uploaded to any BBS that you
  105. call provided that the contents of this archive are NOT in any way change,
  106. either by adding or deleting files to the archiver. The archive and any of the
  107. individual files contained therein may NOT be used by any service that charges
  108. any money whatsoever,  without the written permission of the author.
  109.  
  110.                                  REGISTRATION
  111.                                  ------------
  112.  
  113. When you register this door, you will be given a unique registration serial
  114. number that, when inserted into the configuration file of this particular
  115. door, will cause your BBS' name to be displayed while the doors is opening and
  116. also while it is returning to the BBS. In addition, all the built in delays
  117. will subsequently be removed.
  118.  
  119. To register RENEW, please fill out the accompanying REGISTER.FRM and send
  120. the prescribed donation ($20) to the name and address at the top of the form.
  121.  
  122. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  123. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  124.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  125.  
  126. Based on the information given in the registration form, I will set up and
  127. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  128. BAR! BBS and pick up your registration number.
  129.  
  130.                                 MISCELLANEOUS
  131.                                 -------------
  132.  
  133. For the latest version of RENEW and other great Vampyre Bar! Doors, call
  134.  
  135.                              THE VAMPYRE BAR! BBS
  136.                         508 755-9716 HST DUAL STANDARD
  137.  
  138.                     The Home Of GENIUSnet EchoMail Systems
  139.                     Massachusettes Host For New England Net
  140.  
  141. Remember, if you have any problems, questions or suggestions, you can drop me a
  142. line through your nearest GENIUSnet (Gnet Chat, Shareware or Vampyre!Wares) or
  143. New England New (Shareware, SysOps) node and I will gladly get back to you as
  144. soon as I receive your message.
  145.